752ea5d6ba9e817523d3f5a9b2d19ae1ada578f5,src/org/exist/backup/Backup.java,Backup,backup,#Collection#BackupDialog#,172

Before Change


					"created",
					"created",
					"CDATA",
					ris.getCreationTime().toString());
			attr.addAttribute(
					NS,
					"modified",

After Change


					"created",
					"created",
					"CDATA",
					""+new DateTimeValue(ris.getCreationTime().getTime()));
			attr.addAttribute(
					NS,
					"modified",